home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 8
/
QRZ Ham Radio Callsign Database - Volume 8.iso
/
pc
/
files
/
dsp
/
a56_10sh.z
/
a56_10sh
/
examples
/
thru.a56
< prev
Wrap
Text File
|
1996-06-25
|
537b
|
46 lines
; basic interrupt routine - pass through ins to outs
;
; written by Quinn Jensen
include 'tdsg.basic.a56'
;***************************************************************
;
; sample rate computations
;
;***************************************************************
;
; non-interrupt code
;
hf_init
rts
eff1_on
eff1_off
eff2_on
eff2_off
eff3_on
eff3_off
eff4_on
eff4_off
rts
;
; fs = 32.552083 kHz
;
hf_comp
jsr <saveregs
move x:<in_l,a
move a,x:<out_l
move x:<in_r,a
move a,x:<out_r
bypass
jsr <restregs
rts
end